func internal/reflectlite.haveIdenticalUnderlyingType

3 uses

	internal/reflectlite (current package)
		type.go#L840: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L852: 	return haveIdenticalUnderlyingType(T.common(), V.common(), false)
		type.go#L855: func haveIdenticalUnderlyingType(T, V *rtype, cmpTags bool) bool {